home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TFRMFIMAGE / TFRMFIMAGE.txt
Encoding:
Text File  |  1999-04-29  |  2.9 KB  |  148 lines

  1. object frmFImage: TfrmFImage
  2.   Left = 206
  3.   Top = 234
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insert Image Form Element'
  7.   ClientHeight = 160
  8.   ClientWidth = 306
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 306
  26.     Height = 124
  27.     Align = alClient
  28.     Style = bsRaised
  29.   end
  30.   object lblName: TLabel
  31.     Left = 6
  32.     Top = 18
  33.     Width = 37
  34.     Height = 13
  35.     Caption = '&Name : '
  36.     FocusControl = editName
  37.   end
  38.   object lblFilename: TLabel
  39.     Left = 6
  40.     Top = 66
  41.     Width = 26
  42.     Height = 13
  43.     Caption = '&File : '
  44.     FocusControl = editImageName
  45.   end
  46.   object spdImgFile: TSpeedButton
  47.     Tag = 56
  48.     Left = 166
  49.     Top = 81
  50.     Width = 22
  51.     Height = 22
  52.     OnClick = spdImgFileClick
  53.   end
  54.   object pnlButtons: TPanel
  55.     Left = 0
  56.     Top = 124
  57.     Width = 306
  58.     Height = 36
  59.     Align = alBottom
  60.     TabOrder = 3
  61.     object btnOk: TButton
  62.       Left = 146
  63.       Top = 6
  64.       Width = 75
  65.       Height = 25
  66.       Caption = '&OK'
  67.       Default = True
  68.       ModalResult = 1
  69.       TabOrder = 1
  70.       OnClick = btnOkClick
  71.     end
  72.     object btnCancel: TButton
  73.       Left = 226
  74.       Top = 6
  75.       Width = 75
  76.       Height = 25
  77.       Cancel = True
  78.       Caption = '&Cancel'
  79.       ModalResult = 2
  80.       TabOrder = 2
  81.     end
  82.     object btnHelp: TButton
  83.       Left = 4
  84.       Top = 6
  85.       Width = 75
  86.       Height = 25
  87.       Caption = '&Help'
  88.       TabOrder = 0
  89.       OnClick = btnHelpClick
  90.     end
  91.   end
  92.   object panImage: TPanel
  93.     Left = 192
  94.     Top = 3
  95.     Width = 111
  96.     Height = 116
  97.     HelpContext = 129
  98.     BevelOuter = bvLowered
  99.     Caption = 'panImage'
  100.     TabOrder = 2
  101.     object pmiPreview: TPMultiImage
  102.       Left = 1
  103.       Top = 1
  104.       Width = 109
  105.       Height = 114
  106.       HelpContext = 129
  107.       Align = alClient
  108.       BorderStyle = bsSingle
  109.       B_W_CopyFlags = [C_DEL]
  110.       Color = clBtnFace
  111.       Picture.Data = {07544269746D617000000000}
  112.       ImageName = 'file not found'
  113.       ImageReadRes = lAutoMatic
  114.       BlitMode = sLight
  115.       ImageWriteRes = sAutoMatic
  116.       TifSaveCompress = sNONE
  117.       TiffPage = 1
  118.       TiffAppend = False
  119.       JPegSaveQuality = 25
  120.       JPegSaveSmooth = 0
  121.       RubberBandBtn = mbLeft
  122.       Stretch = True
  123.       TextLeft = 0
  124.       TextTop = 0
  125.       TextRotate = 0
  126.       TabOrder = 0
  127.       TabStop = False
  128.       ZoomBy = 10
  129.     end
  130.   end
  131.   object editName: TEdit
  132.     Left = 4
  133.     Top = 33
  134.     Width = 184
  135.     Height = 21
  136.     HelpContext = 127
  137.     TabOrder = 0
  138.   end
  139.   object editImageName: TEdit
  140.     Left = 2
  141.     Top = 81
  142.     Width = 162
  143.     Height = 21
  144.     HelpContext = 128
  145.     TabOrder = 1
  146.   end
  147. end
  148.